æòÅⁿâoâiü[

Folder() Class Method


    Folder(path)
    new Folder(path)

Description

    This function constructs a new Folder object. If the given path name refers to an already existing disk file, a File object is returned instead.

    The folder that the path name refers to does not need to exist. If the argument is omitted, a temporary name is generated.

Parameters

    path

    path for the folder created, expressed as a string

Returns

    Folder (or File if path refers to an existing file).